net/http.http2chunkWriter.rws (field)

19 uses

	net/http (current package)
		h2_bundle.go#L6111: 	return &http2responseWriter{rws: rws}
		h2_bundle.go#L6172: 		rw.rws.stream.cancelCtx()
		h2_bundle.go#L6179: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L6180: 				stream: rw.rws.stream,
		h2_bundle.go#L6350: 	rws *http2responseWriterState
		h2_bundle.go#L6592: 	st := w.rws.stream
		h2_bundle.go#L6599: 	w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
		h2_bundle.go#L6618: 	st := w.rws.stream
		h2_bundle.go#L6625: 	w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
		h2_bundle.go#L6648: 	rws := w.rws
		h2_bundle.go#L6673: 	rws := w.rws
		h2_bundle.go#L6693: 	rws := w.rws
		h2_bundle.go#L6721: 	rws := w.rws
		h2_bundle.go#L6795: 	rws := w.rws
		h2_bundle.go#L6819: 	rws := w.rws
		h2_bundle.go#L6823: 	w.rws = nil
		h2_bundle.go#L6844: 	st := w.rws.stream
		h2_bundle.go#L6866: 	if w.rws.req.TLS != nil {
		h2_bundle.go#L6880: 		u.Host = w.rws.req.Host